home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Tech Tour ß1.0 / Tech Tour fl1.0 / card_8354.txt < prev    next >
Encoding:
Text File  |  1988-03-21  |  2.3 KB  |  109 lines

  1. -- card: 8354 from stack: in.0
  2. -- bmap block id: 6109
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: apple desktop bus
  6. ----- HyperTalk script -----
  7. on opencard
  8.   show background field 2
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 3 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=317 top=58 right=70 bottom=467
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: desktop bus
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   push card
  28.   visual effect wipe left
  29.   go to card "apple desktop bus"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 4 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=313 top=154 right=166 bottom=496
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: via
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   push card
  49.   visual effect wipe left
  50.   go to card "via"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 7 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=290 top=268 right=280 bottom=331
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: mouse
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   push card
  70.   visual effect iris open
  71.   go to card "mouse"
  72. end mouseUp
  73.  
  74.  
  75.  
  76. -- part 8 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=375 top=267 right=279 bottom=431
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: mouse
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   push card
  91.   visual effect iris open
  92.   go to card "keyboard"
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part contents for background part 6
  98. ----- text -----
  99. Desktop Bus Interfaces
  100.  
  101. -- part contents for background part 37
  102. ----- text -----
  103.  
  104. The Apple Desktop Bus (ADB)* connnects up to 16 low-speed       input-only devices to the Macintosh SE.
  105.  
  106. The system communicates with the Apple Desktop Bus through Port B of the Versatile Interface Adapter (VIA)*.  Each byte takes approximately 220 microseconds to send or receive, making a data transfer rate over the bus of about 4.5 kilobytes per second.
  107.  
  108. The Desktop Bus is used to connect the Mouse* and the Keyboard* 
  109.